home *** CD-ROM | disk | FTP | other *** search
- package icontrols;
-
- import com.ms.wd.core.CategoryAttribute;
- import com.ms.wd.core.DescriptionAttribute;
- import com.ms.wd.core.ICustomizer;
- import com.ms.wd.core.IEvents;
- import com.ms.wd.core.IProperties;
- import com.ms.wd.core.PropertyInfo;
- import com.ms.wd.core.ValueEditorAttribute;
- import com.ms.wd.ui.Control;
-
- public class HTMLControl$ClassInfo extends Control.ClassInfo {
- public static final PropertyInfo ImportHTMLFileName;
- public static final PropertyInfo ImportHTML;
- // $FF: synthetic field
- private static Class class$icontrols$HTMLControl;
- // $FF: synthetic field
- private static Class class$java$lang$String;
- // $FF: synthetic field
- private static Class class$com$ms$wd$core$FileNameEditor;
-
- public ICustomizer getCustomizer(Object component) {
- return new HTMLControl.Customizer(component);
- }
-
- public void getEvents(IEvents events) {
- }
-
- static {
- ImportHTMLFileName = new PropertyInfo(class$icontrols$HTMLControl != null ? class$icontrols$HTMLControl : (class$icontrols$HTMLControl = class$("icontrols.HTMLControl")), "ImportHTMLFileName", class$java$lang$String != null ? class$java$lang$String : (class$java$lang$String = class$("java.lang.String")), CategoryAttribute.Appearance, new DescriptionAttribute("The file from which to import HTML"), new ValueEditorAttribute(class$com$ms$wd$core$FileNameEditor != null ? class$com$ms$wd$core$FileNameEditor : (class$com$ms$wd$core$FileNameEditor = class$("com.ms.wd.core.FileNameEditor"))));
- ImportHTML = new PropertyInfo(class$icontrols$HTMLControl != null ? class$icontrols$HTMLControl : (class$icontrols$HTMLControl = class$("icontrols.HTMLControl")), "ImportHTML", class$java$lang$String != null ? class$java$lang$String : (class$java$lang$String = class$("java.lang.String")), CategoryAttribute.Appearance, new DescriptionAttribute("HTML String to be used in document."));
- }
-
- // $FF: synthetic method
- private static Class class$(String s) {
- try {
- return Class.forName(s);
- } catch (ClassNotFoundException e) {
- throw new NoClassDefFoundError(((Throwable)e).getMessage());
- }
- }
-
- public void getProperties(IProperties props) {
- super.getProperties(props);
- props.add(ImportHTMLFileName);
- props.add(ImportHTML);
- }
-
- public String getDefaultPropertyName() {
- return "BackColor";
- }
- }
-